home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / SOUND.dxr / 00159.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  167 b   |  12 lines

  1. on startMovie
  2.   cursor(-1)
  3.   set the keyDownScript to "printScript"
  4. end
  5.  
  6. on stopMovie
  7.   global music
  8.   if field "MusicTemp" = "1" then
  9.     set music to 1
  10.   end if
  11. end
  12.